home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / rompr120.zip / HISTORY.TXT < prev    next >
Text File  |  1993-06-17  |  5KB  |  89 lines

  1.  
  2.     ┌────┐
  3.     │──═─│                               ROMProc Revision History File
  4.     │ ── │ ─────┐      ┌────┐
  5.     │    │   ROMProc   │──═─│         The following is a list of the most
  6.     │    │      └────> │ ── │          recent changes made to ROMProc by
  7.     │    │             │    │          revision level, in reverse order.
  8.     │    │             │    │
  9.    ─┴────┴─           ─┴────┴─
  10.  
  11.  
  12. 1.20     - CONFIGURATION FILE CHANGE!!!  ROMProc now supports drive locking for
  13. (6/17/93)  slow drives. This will prevent massive slowdowns due to thrashing
  14.            CD-ROM drives and changers. Refer to the LOCK_DRIVE and LOCK_TIME
  15.            parameters.
  16.  
  17.            CONFIGURATION FILE CHANGE!!!  Due to the addition of locking,
  18.            ROMProc will display the text defined by DELAY_PROMPT to the user
  19.            indicating the reason for the delay if ROMProc waits on the drive
  20.            longer than 5 seconds.
  21.  
  22.            Some sysops stated that the error message display would go by too
  23.            quickly to read, therefore the delay was increased to 5 seconds from
  24.            3...this should help.
  25.  
  26. 1.12     - Learned that some BBS software do not stay in their node directory
  27. (6/2/93)   for the file transfer (e.g. RBBS). This poses a problem if two nodes
  28.            are executing batch downloads simultaneously, since the temporary
  29.            batch download list file was named "ROMPROC.LST" by default. Now the
  30.            list file is named "ROMPROC.#", where # is the node number. Note
  31.            that you must pass the node number using the -N command line
  32.            parameter for successful multinode implementation within these BBS
  33.            systems.
  34.  
  35. 1.11     - With the new versions of ARJ (2.39d and higher), secured ARJ
  36. (5/25/93)  archives cannot be modified in any way, including adding a BBS ad
  37.            file or commenting the archive. Therefore, ROMProc has been modified
  38.            such that it will not abort the transfer if an archiver error is
  39.            detected, but will continue and transfer the unmodified files. The
  40.            error will be displayed and logged for the sysop's information.
  41.  
  42.            Added error detection to ensure that incorrect COM port information
  43.            (e.g. IRQ, DTE rates) cannot be accepted by ROMProc.
  44.  
  45.            ROMProc could not automatically identify PKZIP 2.04? SFX archives
  46.            created with the -j (SFX junior) switch, resulting in them not being
  47.            commented and/or not having BBS ads inserted. Fixed.
  48.  
  49. 1.10     - CONFIGURATION FILE CHANGE!!!  ROMProc can display sysop-defineable
  50. (4/28/93)  text to the user indicating the processing status. Refer to the
  51.            COMM_IO, PROC_PROMPT and DL_PROMPT parameters in the documentation.
  52.  
  53.            CONFIGURATION FILE CHANGE!!!  ROMProc is now capable of logging
  54.            error messages to disk, if desired. This will help track down
  55.            configuration errors in ROMProc.
  56.  
  57. 1.00     - Oops...if a single-file download was initiated from a drive not
  58. (3/25/93)  specified to be preprocessed, ROMProc may delete it from the disk
  59.            after download.
  60.  
  61.            Broke the SFX archive identification routine, so no SFX archives
  62.            were commented or had BBS ads inserted. Fixed.
  63.  
  64. 0.99ß    - CONFIGURATION FILE CHANGE!!!  Archive commenting is now user-
  65. (3/23/93)  configurable via the COMMENT_ARC parameter. Enter YES if you desire
  66.            archive commenting, otherwise enter NO or comment the line out.
  67.  
  68.            CONFIGURATION FILE CHANGE!!!  The drives to be preprocessed (BBS ad
  69.            insertion and/or commenting) by ROMProc must now be specified using
  70.            the PROC_DRIVE parameter. Any file not on a specified drive will be
  71.            transferred from the original location. This feature is for sysops
  72.            who only want to preprocess CD-ROM files, but not files on hard
  73.            disks. Refer to the documentation for more information.
  74.  
  75.            Modified code to process all the files from a drive prior to
  76.            accessing another drive. This will prevent excessive CD changing on
  77.            multi CD-ROM changer drives.
  78.  
  79.            If an ARC_COMMENT command-line is left blank in the configuration
  80.            file, ROMProc will now skip commenting for that format. This will
  81.            enable BBS ad insertion into archives that do not support
  82.            commenting, such as LHA.
  83.  
  84.            Improved error-checking of command-line switches and archiver
  85.            processing.
  86.  
  87. 0.98ß    - Initial public beta release.
  88. (3/20/93)
  89.